func runtime.netpollopen

2 uses

	runtime (current package)
		netpoll.go#L264: 	errno := netpollopen(fd, pd)
		netpoll_epoll.go#L52: func netpollopen(fd uintptr, pd *pollDesc) uintptr {